[INFO] fetching crate gen-platform 0.1.17...
[INFO] fixing gen-platform-0.1.17 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate gen-platform 0.1.17 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate gen-platform 0.1.17
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate gen-platform 0.1.17
[INFO] tweaked toml for crates.io crate gen-platform 0.1.17 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gen-platform 0.1.17 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gen-platform 0.1.17 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gen-macros v0.1.17
[INFO] [stderr]   Downloaded gen-types v0.1.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90
[INFO] running `Command { std: "docker" "start" "f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling gen-macros v0.1.17
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking gen-types v0.1.17
[INFO] [stderr]     Checking gen-platform v0.1.17 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `gen_cargo` in this scope
[INFO] [stdout]   --> tests/dispatcher_runtime.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gen_cargo::quirks::CrateQuirk;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `gen_cargo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gen_cargo`, use `cargo add gen_cargo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gen_cargo` in this scope
[INFO] [stdout]   --> tests/algebraic_laws.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use gen_cargo::quirks::CrateQuirk;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `gen_cargo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gen_cargo`, use `cargo add gen_cargo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TypedDispatcherTrait`
[INFO] [stdout]   --> tests/algebraic_laws.rs:12:47
[INFO] [stdout]    |
[INFO] [stdout] 12 | use gen_platform::{Dispatcher, MergeStrategy, TypedDispatcherTrait};
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gen_cargo` in this scope
[INFO] [stdout]  --> tests/composition.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use gen_cargo::quirks::CrateQuirk;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `gen_cargo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gen_cargo`, use `cargo add gen_cargo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gen_npm` in this scope
[INFO] [stdout]   --> tests/composition.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use gen_npm::quirks::NpmQuirk;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `gen_npm`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gen_npm`, use `cargo add gen_npm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gen_cargo` in this scope
[INFO] [stdout]   --> tests/skeleton_emit.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use gen_cargo::quirks::CrateQuirk;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `gen_cargo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gen_cargo`, use `cargo add gen_cargo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TypedDispatcherTrait`
[INFO] [stdout]   --> tests/skeleton_emit.rs:12:41
[INFO] [stdout]    |
[INFO] [stdout] 12 | use gen_platform::{to_helpers_skeleton, TypedDispatcherTrait};
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gen-platform` (test "algebraic_laws") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `gen-platform` (test "dispatcher_runtime") due to 1 previous error
[INFO] [stdout] warning: variants `SucceededWithSkipped`, `Failed`, and `Conflict` are never constructed
[INFO] [stdout]   --> tests/outcome_lattice.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | enum ApplyStatus {
[INFO] [stdout]    |      ----------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 80 |     SucceededWithSkipped,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 81 |     #[outcome(severity = 2)]
[INFO] [stdout] 82 |     Failed,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 83 |     #[outcome(severity = 3)]
[INFO] [stdout] 84 |     Conflict,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ApplyStatus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gen-platform` (test "skeleton_emit") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `gen-platform` (test "composition") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90", kill_on_drop: false }`
[INFO] [stdout] f6c7761b87d67a29dddbe6158849cde3200a4edf84d7089bf6a15593dd1dff90
